crypto/tls.serverHelloMsg.extendedMasterSecret (field)
8 uses
crypto/tls (current package)
handshake_client.go#L766: if hs.serverHello.extendedMasterSecret {
handshake_client.go#L913: if hs.session.extMasterSecret != hs.serverHello.extendedMasterSecret {
handshake_client_tls13.go#L190: hs.serverHello.extendedMasterSecret ||
handshake_messages.go#L723: extendedMasterSecret bool
handshake_messages.go#L757: if m.extendedMasterSecret {
handshake_messages.go#L911: m.extendedMasterSecret = true
handshake_server.go#L223: hs.hello.extendedMasterSecret = hs.clientHello.extendedMasterSecret
handshake_server.go#L687: if hs.hello.extendedMasterSecret {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |